home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Delphi 5 Companion Tools CD
/
FreeWare
/
HVDLL
/
HVDLL.ZIP
/
TestDll.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-04
|
248 b
|
14 lines
library TestDll;
{ Example DLL that will be loaded and used by the TestImpProj application }
uses
TestDllUnit in 'TestDllUnit.pas';
exports
Routine1 index 1,
Routine2 index 2,
Routine3 index 3,
Routine4 index 4;
begin
end.